internal/reflectlite.uncommonType.moff (field)

3 uses

	internal/reflectlite (current package)
		type.go#L185: 	moff    uint32  // offset from this uncommontype to [mcount]method
		type.go#L437: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
		type.go#L444: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]